deltas: Link to liblzma, add internal API to use it
authorColin Walters <walters@verbum.org>
Tue, 29 Apr 2014 12:56:05 +0000 (08:56 -0400)
committerColin Walters <walters@verbum.org>
Tue, 29 Apr 2014 14:59:57 +0000 (10:59 -0400)
commit006e8f0073b0b0b1611a35afe6cb885ed5e1846a
tree5749bfc7f39fc161825371a5b5bb43294c53ab28
parentf040c02048978945ab82d31ced7c7db565647413
deltas: Link to liblzma, add internal API to use it

For future static deltas work, we'll be linking to liblzma.  Since
it's fairly widespread, let's just make it a hard dependency.
Makefile-libostree.am
configure.ac
src/libostree/ostree-lzma-common.c [new file with mode: 0644]
src/libostree/ostree-lzma-common.h [new file with mode: 0644]
src/libostree/ostree-lzma-compressor.c [new file with mode: 0644]
src/libostree/ostree-lzma-compressor.h [new file with mode: 0644]
src/libostree/ostree-lzma-decompressor.c [new file with mode: 0644]
src/libostree/ostree-lzma-decompressor.h [new file with mode: 0644]